Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1Behavior<T> Class
Members


In This Topic
    C1Behavior<T> Class
    In This Topic
    Base class for control behaviors.
    Syntax
    'Declaration
     
    
    Public MustInherit Class C1Behavior(Of T As UIKit.UIView) 
    'Usage
     
    
    Dim instance As C1Behavior(Of T)
    public abstract class C1Behavior<T> 
    where T: UIKit.UIView
    Type Parameters
    T
    Inheritance Hierarchy
    See Also